-
Notifications
You must be signed in to change notification settings - Fork 109
Dynamic Content in Tooltip #273
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Need Arcade fixes, thanks!
@@ -83,6 +83,36 @@ To achieve this, simply set the **Tooltip Type** to **Component** and select the | |||
</div> | |||
<p></p> | |||
|
|||
To display dynamic content in tooltips, you can create a wrapper component that accepts a [**WidgetBuilder**](../../components/widget-builder-parameters.md) as parameter and use this component within the tooltip. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
To display dynamic content in tooltips, you can create a wrapper component that accepts a [**WidgetBuilder**](../../components/widget-builder-parameters.md) as parameter and use this component within the tooltip. | |
To display dynamic content in tooltips, you can create a wrapper component that accepts a [**WidgetBuilder**](../../components/widget-builder-parameters.md) as a parameter and use this component within the tooltip. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Done!
@PoojaB26 you can take a look again. |
Description
Dynamic Content in Tooltip
Linear ticket and magic word Fixes DEVR-767
Type of change